home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / crocosnack.swf / scripts / DefineButton2_396 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-03-20  |  121 b   |  6 lines

  1. on(press){
  2.    removeMovieClip(_root.bkground);
  3.    removeMovieClip(_root.btnReplay);
  4.    _root.gotoAndPlay("init");
  5. }
  6.